Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module volatiletech/sqlboiler to v4 #137

Merged
merged 3 commits into from
May 18, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2020

This PR contains the following updates:

Package Type Update Change
github.com/volatiletech/sqlboiler require major v3.7.1+incompatible -> v4.1.1

Release Notes

volatiletech/sqlboiler

v4.1.1

Compare Source

Fixed
  • Fix mysql generation error made by previous commit

v4.1.0

Compare Source

Added
  • Add support for postgresql oid type (thanks @​ImVexed)
  • Add a new --relation-tag option to control the tag name of the relationship
    struct in generated structs - this can expose loaded relationships to APIs
    (thanks @​speatzle)
Fixed
  • Fix issue that caused horrible mysql generation performance (thanks @​oderwat)

v4.0.1

Compare Source

Fixed
  • Fix missing soft-delete pieces for the P/G variants (thanks @​psucodervn)

v4.0.0

Compare Source

NOTE: Your database drivers must be rebuilt upon moving to this release

Added
  • Add a --add-soft-deletes that changes the templates to use soft deletion
    (thanks @​namco1992)
  • Add a --no-back-referencing flag to disable setting backreferences in
    relationship helpers and eager loading. (thanks @​namco1992)
  • Add not in helpers (thanks @​RichardLindhout)
Changed
  • Changed dependency scheme to go modules
  • Changed randomize/strmangle to be external dependencies to avoid module
    cycles with the null package.
  • Changed the way comparisons work for keying caches which dramatically speeds
    up cache lookups (thanks @​zikaeroh)
Fixed
  • Fix postgres tests failing on partioned tables (thanks @​troyanov)
  • Fix enums with spaces being disallowed (thanks @​razor-1)
  • Fix postgresql looking at other types of tables (eg. views) and reporting that
    they do not have primary keys (thanks @​chochihim)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 17, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@abyssparanoia abyssparanoia merged commit 8bcd882 into master May 18, 2020
@abyssparanoia abyssparanoia deleted the renovate/github.com-volatiletech-sqlboiler-4.x branch May 18, 2020 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants